﻿@font-face {
    font-family: 'Bradobrei';
    src: url('../fonts/Bradobrei.eot');
    src: url('../fonts/Bradobrei-.eot') format('embedded-opentype'),
        url('../fonts/Bradobrei.woff2') format('woff2'),
        url('../fonts/Bradobrei.woff') format('woff'),
        url('../fonts/Bradobrei.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 2.5em;
    color: #333;
    background: #9ba879;
}
.main-wrap{
    width: 480px;
    margin: 0 auto;
    background: #fff;
}
.main-wrap h1, .main-wrap h2, .main-wrap h3, .main-wrap h4, .main-wrap h5, .main-wrap h6{font-weight: 400;}
.main-wrap b, .main-wrap strong{font-weight: 700;}
section{
    padding: 40px 20px;
}
.main-wrap .lvl-title{
    margin: 0 0 40px;
    font-weight: 700;
    font-size: 35px;
    font-family: 'Bradobrei', Arial, sans-serif;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.5px;
}
.main-wrap .lvl-title>span{
    color: #a6ce3b;
}
.main-wrap .lvl-title:after{
    content: '...';
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 10px;
    color: #a6ce3b;
}
.button-m{
    position: relative;
    display: block;
    width: 400px;
    height: 84px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    cursor: pointer; 
    line-height: 84px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #ff2524;
    background: -moz-linear-gradient(top, #ff2524 0%, #da191a 100%);
    background: -webkit-linear-gradient(top, #ff2524 0%,#da191a 100%);
    background: linear-gradient(to bottom, #ff2524 0%,#da191a 100%);
    border-bottom: 4px solid #b42020;
    border-radius: 42px;
    box-shadow: 0 8px 12px -5px #d6bea2;
}
.button-m:active{
    background: #da191a;
    background: -moz-linear-gradient(top, #da191a 0%, #ff2524 100%);
    background: -webkit-linear-gradient(top, #da191a 0%,#ff2524 100%);
    background: linear-gradient(to bottom, #da191a 0%,#ff2524 100%);
    top: 2px;
}
.m1-form>div{
    margin: 0 auto 15px;
}
.m1-form>div:last-child{
    margin-bottom: 0;
}
.m1-form input,
.m1-form select{
    display: block;
    outline: 0;
    border: 0;
    width: 380px;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;  
    border-radius: 37px;
    box-shadow: inset 0 2px 0px 0 rgba(0,0,0,.18);
    padding: 0 30px 0;
}
.m1-form select[name="comment"]{
    background: #fff url("../img/select_arrow.png") 340px center no-repeat;
    overflow: hidden;
    text-indent: 0.01px; 
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    font-weight: 400;
}
.m1-form h3{
    font-size: 28px;
    line-height: 1.1em;
    text-align: center;
    margin: 0 0 8px;
    font-family: 'Bradobrei', Arial, sans-serif;
    font-weight: 700;
}
.m1-form p{
    font-size: 19px;
    text-align: center;
    margin: 0 0 20px;
}
.m1-form p>b{
    color: #a6ce3b;
}